Papers with food recommendation
TCRA-LLM: Token Compression Retrieval Augmented Large Language Model for Inference Cost Reduction (2023.findings-emnlp)
Copied to clipboard
| Challenge: | ChatGPT and GPT-4 are commercial large language models (LLMs) however, they may produce vague responses or incorrect answers in certain specialized domains. |
| Approach: | They propose a token compression scheme that uses summarization and semantic compression to reduce the token size of LLMs. |
| Outcome: | The proposed method reduces token size by doing summarization and semantic compression while reducing token size with only 1.6% accuracy drop. |
KERL: Knowledge-Enhanced Personalized Recipe Recommendation using Large Language Models (2025.acl-long)
Copied to clipboard
| Challenge: | Recent advances in large language models and the abundance of food data have led to studies to improve food understanding using LLMs. |
| Approach: | They propose a unified system that leverages food KGs and LLMs to provide personalized food recommendations and generate recipes with associated micro-nutritional information. |
| Outcome: | The proposed system outperforms existing methods in food recommendation, recipe generation and nutritional analysis. |